public static Condorcet::getAuthMethods
Description
php
public static Condorcet::getAuthMethods ( [bool $basic = false , bool $withNonDeterministicMethods = true] ): arrayGet a list of supported algorithm.
Parameters
basic: bool
Include or not the natural Condorcet base algorithm.
withNonDeterministicMethods: bool
Include or not non deterministic methods.
Return value
(array) Populated by method string name. You can use it on getResult ... and others methods.
